projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4497ac6
)
Fix make check
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 31 Jan 2012 01:46:44 +0000
(20:46 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 31 Jan 2012 01:46:44 +0000
(20:46 -0500)
Several unwanted symbols have sneaked in.
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index c72f1abf590c46ac40c0f3c3521f162eabbcecf2..2a9757cc74fbbde15565c1890b55087abbae295a 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-787,8
+787,8
@@
gtk_about_dialog_init (GtkAboutDialog *about)
gtk_about_dialog_set_logo (about, NULL);
}
-
-
void
destroy_credit_section (gpointer data)
+static void
+destroy_credit_section (gpointer data)
{
CreditSection *cs = data;
g_free (cs->heading);